home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / text / print / VCArchive340.lha / vcarchive / tools / Tools.ReadMe < prev    next >
Encoding:
Text File  |  1998-04-01  |  2.0 KB  |  72 lines

  1.  
  2.  
  3.           Video & CD-Archive -- Support Tools
  4.             Copyright: Harald Zottmann 1998
  5.  
  6.  
  7.  
  8.  
  9. 1) VideoCounter
  10. ===============
  11.  
  12. The program VideoCounter can be used to convert counter values
  13. of a VCR without real time counter to real time values. This works
  14. only with some old Panasonic and some Blaupunkt VCRs.
  15.  
  16.  
  17.  
  18. 2) Backup
  19. =========
  20.  
  21. This is a script for automatic backup of your datafiles to some disks.
  22. You may want to modify this shell-script so that it suits your personal
  23. preferences.
  24.  
  25.  
  26.  
  27. 3) Restore
  28. ==========
  29.  
  30. This is a script for automatic restore of your datafiles from some disks.
  31. You may want to modify this shell-script so that it suits your personal
  32. preferences and fits to the respective `Backup` shell-script.
  33.  
  34.  
  35.  
  36. 4) FUnCopy
  37. ==========
  38.  
  39.  
  40. This is a special copy and compressing tool for the datafiles of the 
  41. Video & CD-Archive. Normally it is automatically invoked by the `Backup` 
  42. and the `Restore` shell-scripts that come with this package.
  43.  
  44. Usage:
  45.  
  46.  FUnCopy Source Destination Option
  47.  
  48. where Option can be either `C` for compressing or `D` for decompressing.
  49. See the `Backup` or the `Restore` shell-script for an example.
  50. The advantage of that tool is that it is optimized for Video & CD-Archive
  51. datafiles, it needs little memory and works pretty fast, especially on plain 
  52. old Amiga computers.
  53.  
  54.  
  55.  
  56. 4) Requester
  57. ============
  58.  
  59.  
  60. This is a very simple but useful tool which provides a requester to be used
  61. by a shell-script.
  62.  
  63. Usage:
  64.  
  65.  Requester OK_ButtonText CANCEL_ButtonText WindowHeaderText Line_1 Line_2 ...
  66.  
  67. If the OK_Button is selected, the tool exits with error code 0, if the
  68. CANCEL_Button is selected, the tool exits with error code 20. You can use
  69. these error codes in your shell-scripts to get some information from the user.
  70. See the `Backup` or the `Restore` shell-script for an example.
  71.  
  72.